core: Add --link-cache option to checkout
authorColin Walters <walters@verbum.org>
Fri, 13 Apr 2012 12:32:02 +0000 (08:32 -0400)
committerColin Walters <walters@verbum.org>
Fri, 13 Apr 2012 18:33:38 +0000 (14:33 -0400)
commit262f426997790cca00f0abe61d5fc483aadf9c43
treea8f5a1c6d6820cc10e2806ab7ad0a024e742a763
parentef7bedc04ec15c06aa0225cd67666ff0167f4dbf
core: Add --link-cache option to checkout

This is a convenient way to have a lookaside directory of hard links,
which can greatly speed up checkouts.  In the future we probably want
to push this down into the repository.
src/libostree/ostree-repo.c
src/libostree/ostree-repo.h
src/ostree/ot-builtin-checkout.c
tests/t0000-basic.sh
tests/t0001-archive.sh